home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 July & August
/
PCWorld_2007-07-08_cd.bin
/
komercni software
/
cisco
/
9kolo_V1.swf
/
scripts
/
DefineButton2_30
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2007-06-06
|
306b
|
11 lines
on(press){
var nmenu = new ContextMenu();
nmenu.hideBuiltInItems();
_root.menu = nmenu;
gotoAndStop(int((getProperty(_root, _xmouse) - 2.1500000953674316) * (getProperty(_root, _totalframes) - 4) / 43.900001525878906 + 0.5 + 4));
if(_root.isplaying >= 1)
{
play();
}
}